Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCommandBuilderCollection<T> Class
Properties Methods


In This Topic
    NCommandBuilderCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by NCommandBuilderCollection<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items in this collection.  
    Public PropertyOverloaded. Gets/Sets the command builder at the given index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the given command builder to this collection.  
    Public MethodAdds the given command builder to this collection.  
    Public MethodReturns the index of the command builder with the given name or -1 if such command builder does not exist in this collection.  
    Public MethodInserts the given command builder at the specified index.  
    Public MethodOverloaded. Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false.  
    Public MethodRemoves the command builder at the given index.  
    Top
    See Also